home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #2 / Software USA Volume 4.02.iso / mac / Home and Office / Al Morale / Al_Morale_68k / F219 / 00500_Lip Script.ls next >
Encoding:
Text File  |  1997-12-15  |  1.6 KB  |  72 lines

  1. on enterFrame
  2.   repeat with n = 2 to 10
  3.     puppetSprite(n, 1)
  4.     set the visible of sprite n to 0
  5.   end repeat
  6.   puppetSound(1, "fPwr.AIF")
  7.   updateStage()
  8.   set the visible of sprite 4 to 1
  9.   updateStage()
  10.   startTimer()
  11.   repeat while the timer < 8
  12.   end repeat
  13.   set the visible of sprite 4 to 0
  14.   set the visible of sprite 7 to 1
  15.   updateStage()
  16.   startTimer()
  17.   repeat while the timer < 8
  18.   end repeat
  19.   set the visible of sprite 7 to 0
  20.   set the visible of sprite 9 to 1
  21.   updateStage()
  22.   startTimer()
  23.   repeat while the timer < 8
  24.   end repeat
  25.   set the visible of sprite 9 to 0
  26.   set the visible of sprite 2 to 1
  27.   updateStage()
  28.   startTimer()
  29.   repeat while the timer < 8
  30.   end repeat
  31.   set the visible of sprite 2 to 0
  32.   set the visible of sprite 3 to 1
  33.   updateStage()
  34.   startTimer()
  35.   repeat while the timer < 8
  36.   end repeat
  37.   set the visible of sprite 3 to 0
  38.   set the visible of sprite 2 to 1
  39.   updateStage()
  40.   startTimer()
  41.   repeat while the timer < 8
  42.   end repeat
  43.   set the visible of sprite 2 to 0
  44.   set the visible of sprite 4 to 1
  45.   updateStage()
  46.   startTimer()
  47.   repeat while the timer < 8
  48.   end repeat
  49.   set the visible of sprite 4 to 0
  50.   set the visible of sprite 7 to 1
  51.   updateStage()
  52.   startTimer()
  53.   repeat while the timer < 8
  54.   end repeat
  55.   set the visible of sprite 7 to 0
  56.   set the visible of sprite 4 to 1
  57.   updateStage()
  58.   startTimer()
  59.   repeat while the timer < 8
  60.   end repeat
  61.   set the visible of sprite 4 to 0
  62.   set the visible of sprite 6 to 1
  63.   updateStage()
  64.   startTimer()
  65.   repeat while the timer < 8
  66.   end repeat
  67.   set the visible of sprite 6 to 0
  68.   startTimer()
  69.   repeat while the timer < 30
  70.   end repeat
  71. end
  72.